LatestAppVersionObjectRepository

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun blockingGet(): LatestAppVersion?

Returns the object in a synchronous way. Important: this is a blocking method and it should not be executed in the main thread. Consider the asynchronous version .get.

Link copied to clipboard
fun download(): Completable
Link copied to clipboard
fun exists(): Single<Boolean>
Link copied to clipboard
fun get(): Single<LatestAppVersion?>